Skip to content

Commit 6ba53d9

Browse files
authored
chore: upgrade actions to a version that use node20 (LTS) (#535)
* chore: upgrade actions to a version that use node20 (LTS) * chore: update tests to run on node20
1 parent 9103a9e commit 6ba53d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
timeout-minutes: 40 # default is 360
1919
strategy:
2020
matrix:
21-
node-version: [14.x, 16.x]
21+
node-version: [20.x]
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v1
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- name: Install dependencies

0 commit comments

Comments
 (0)