Skip to content

Commit 09c9091

Browse files
author
devgioele
committed
use aboutbits/github-actions-node/setup-and-install instead of actions/setup-node
1 parent 33a1129 commit 09c9091

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
release_name: Release ${{ github.ref }}
1717
draft: false
1818
prerelease: false
19-
- uses: actions/setup-node@v3
19+
- uses: aboutbits/github-actions-node/setup-and-install@v1
2020
with:
21-
node-version: 16
21+
node-version: ${{ env.NODE_VERSION }}
2222
- run: npm install
2323
- run: npm publish
2424
env:

0 commit comments

Comments
 (0)