Skip to content

Commit 3c4bc57

Browse files
Upgrade node to 20.x in github actions
1 parent 8522601 commit 3c4bc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Use Node.js
5959
uses: actions/setup-node@v4
6060
with:
61-
node-version: '16.x'
61+
node-version: '20.x'
6262
- name: Install dependencies
6363
run: npm ci
6464
- name: Run linting

0 commit comments

Comments
 (0)