Skip to content

Commit

Permalink
chore: use Node 18 in CI since Node 16 is now EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Sep 25, 2023
1 parent 299b1f3 commit f22ae4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16]
node: [18]

steps:
- name: Clone repository
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./docs

0 comments on commit f22ae4b

Please sign in to comment.