Skip to content

Commit 68fba77

Browse files
authored
Update npm-publish.yml
Specify Node.js version
1 parent a6160dc commit 68fba77

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
uses: actions/checkout@v3
1616
- name: Use Node.js
1717
uses: actions/setup-node@v3
18+
with:
19+
node-version: 16
1820
# We're using npm to publish due to: https://github.com/yarnpkg/yarn/issues/5779
1921
- run: npm ci
2022
- id: publish

0 commit comments

Comments
 (0)