Skip to content

Commit 55efa04

Browse files
committed
chore: update actions plugin version
1 parent 0478793 commit 55efa04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/bump-version.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
GITHUB_EMAIL: ${{ secrets.CI_EMAIL }}
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121

22+
- name: Set up Node.js
23+
uses: actions/setup-node@v3
24+
with:
25+
node-version: 16
26+
registry-url: https://registry.npmjs.org/
27+
2228
- name: Publish NPM
2329
run: |
2430
npm ci

0 commit comments

Comments
 (0)