Skip to content

Commit 4ff3f57

Browse files
authored
Update release.yaml (#41)
1 parent 96d1482 commit 4ff3f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- name: Setup node and npm
1212
uses: actions/setup-node@v2
1313
with:
14-
node-version: '14'
14+
node-version: '16'
1515
registry-url: https://registry.npmjs.org/
1616
- run: yarn
1717
- run: yarn build
1818
- uses: JS-DevTools/npm-publish@v1
1919
with:
20-
token: ${{secrets.NPM_TOKEN}}
20+
token: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)