Skip to content

Commit

Permalink
Update to use Node 16 instead of 14 (need to move to 20)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Feb 22, 2024
1 parent 54c5247 commit 7492b24
Show file tree
Hide file tree
Showing 3 changed files with 24,732 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x

- name: Setup Registry
run: printf "@newfold-labs:registry=https://npm.pkg.github.com/\n//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
Loading

0 comments on commit 7492b24

Please sign in to comment.