Skip to content

Commit

Permalink
chore: use node16 in actions (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
westeezy authored Jul 20, 2022
1 parent 250fea3 commit 9e1ea22
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 @@ -16,7 +16,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 9e1ea22

Please sign in to comment.