Skip to content

Commit f22ae4b

Browse files
authored
chore: use Node 18 in CI since Node 16 is now EOL
1 parent 299b1f3 commit f22ae4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
node: [16]
23+
node: [18]
2424

2525
steps:
2626
- name: Clone repository
@@ -54,4 +54,4 @@ jobs:
5454
if: github.ref == 'refs/heads/master'
5555
with:
5656
github_token: ${{ secrets.GITHUB_TOKEN }}
57-
publish_dir: ./docs
57+
publish_dir: ./docs

0 commit comments

Comments
 (0)