Skip to content

Commit 9e1ea22

Browse files
authored
chore: use node16 in actions (#57)
1 parent 250fea3 commit 9e1ea22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: ⎔ Setup node
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: "14"
19+
node-version: "16"
2020

2121
- name: 📥 Download deps
2222
uses: bahmutov/npm-install@v1

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# sets up the .npmrc file to publish to npm
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: "14"
18+
node-version: "16"
1919
registry-url: "https://registry.npmjs.org"
2020

2121
- name: 📥 Download deps

0 commit comments

Comments
 (0)