Skip to content

Commit 09f877c

Browse files
committed
Upgrade GitHub actions to node 18.x
1 parent 317ad95 commit 09f877c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: '14.x'
17+
node-version: '18.x'
1818
- name: Test Build
1919
run: |
2020
if [ -e yarn.lock ]; then
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v1
3333
- uses: actions/setup-node@v1
3434
with:
35-
node-version: '14.x'
35+
node-version: '18.x'
3636
- uses: webfactory/[email protected]
3737
with:
3838
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}

0 commit comments

Comments
 (0)