Skip to content

Commit c80cd83

Browse files
authored
Update site-ci.yaml (#118)
1 parent cfcf167 commit c80cd83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/site-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
if: github.event_name != 'push'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@main
15-
- uses: actions/setup-node@v1
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
1616
with:
17-
node-version: '16.x'
17+
node-version: '18.x'
1818
- name: Test Build
1919
run: |
2020
npm install

0 commit comments

Comments
 (0)