Skip to content

Commit

Permalink
Fix CI: add node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienVannier66 committed Jan 29, 2024
1 parent ebfdb6b commit f70afe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
NODE_VERSION: '14'
NODE_VERSION: 16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.19.0

0 comments on commit f70afe2

Please sign in to comment.