Skip to content

Commit

Permalink
fix: updgrade to node 18 as some dependencies need it
Browse files Browse the repository at this point in the history
  • Loading branch information
inigomarquinez committed Jan 31, 2024
1 parent 18565dd commit 2fa29fd
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 26,772 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 21.x]
steps:
- name: 🔐 Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
12 changes: 6 additions & 6 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2fa29fd

Please sign in to comment.