Skip to content

Commit

Permalink
update(ci): node version for tests and publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
elaichenkov committed Dec 9, 2023
1 parent 86db544 commit bb396c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- name: NPM Setup
run: |
npm set registry "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14, 16, 18 ]
node: [ 16, 18, 20 ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit bb396c0

Please sign in to comment.