Skip to content

Commit

Permalink
Node 20 is LTS now
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Nov 14, 2023
1 parent 4889246 commit f188356
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node version
uses: actions/setup-node@v2
with:
node-version: 18.x
node-version: 20.x
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: npm ci --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node version
uses: actions/setup-node@v2
with:
node-version: 18.x
node-version: 20.x
- name: Install dependencies
run: npm ci --ignore-scripts
env:
Expand Down

0 comments on commit f188356

Please sign in to comment.