Skip to content

Commit

Permalink
build(workflow): change node version to 16.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
riflowth committed Sep 30, 2022
1 parent 2b5615e commit 47110c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js LTS (Gallium)
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 16.17.0
registry-url: 'https://registry.npmjs.org'

- name: Publish to NPM registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js LTS (Gallium)
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 16.17.0

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 47110c3

Please sign in to comment.