Skip to content

Commit 9642af0

Browse files
authored
Update node version on release config (#50)
1 parent 241bfa1 commit 9642af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-on-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 12
14+
node-version: 14.17.6
1515
- run: yarn install --frozen-lockfile
1616
- run: npx semantic-release
1717
env:
18-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
18+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)