Skip to content

Commit

Permalink
ci: use node16 in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
westeezy committed Nov 23, 2022
1 parent 3724ba9 commit 4d3a9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"
registry-url: "https://registry.npmjs.org"

- name: 📥 Download deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# sets up the .npmrc file to publish to npm
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"
registry-url: "https://registry.npmjs.org"

- name: 📥 Download deps
Expand Down

0 comments on commit 4d3a9cc

Please sign in to comment.