Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
ci: use node16 in actions (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
westeezy authored Jul 20, 2022
1 parent cbe0af5 commit 3def815
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.yaml
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"
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 3def815

Please sign in to comment.