Skip to content

Commit

Permalink
bump node js version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Terentiev committed Nov 18, 2023
1 parent d852000 commit de32899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Install npm dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Install npm dependencies
Expand Down

0 comments on commit de32899

Please sign in to comment.