Skip to content

Commit 0e98302

Browse files
update node
1 parent e340265 commit 0e98302

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 14.16.1
15+
node-version: 16.17.0
1616
registry-url: https://registry.npmjs.org/
1717
- run: yarn
1818
- run: yarn publish --access public

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"eslint-plugin-unused-imports": "2.0.0",
1515
"prettier": "2.7.1",
1616
"typescript": "4.8.3"
17+
},
18+
"volta": {
19+
"node": "16.17.0",
20+
"yarn": "1.22.19"
1721
}
1822
}

0 commit comments

Comments
 (0)