Skip to content

Commit 1c65290

Browse files
committed
ci: fix release workflow
1 parent b1c1c39 commit 1c65290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
13+
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '15'
15+
node-version: 'current'
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: yarn install
1818
- run: yarn build

0 commit comments

Comments
 (0)