Skip to content

Commit

Permalink
workflow: Upgrade Node to 20 (LTS) (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanReece authored Oct 25, 2023
1 parent 93556ef commit 67d11fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: run benchmarks
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18, 19]
node-version: [14, 16, 18, 20]

steps:
- name: Check out repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: install dependencies
run: |
Expand Down

0 comments on commit 67d11fe

Please sign in to comment.