Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 3b904fa

Browse files
Use Node.js 12 on release (#348)
1 parent 9cf80c9 commit 3b904fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v1
2121
- uses: actions/setup-node@v1
2222
with:
23-
node-version: 10
23+
node-version: 12
2424
- run: mv .github/workflows/.npmrc .npmrc
2525
- name: Publish npm package
2626
env:

0 commit comments

Comments
 (0)