Skip to content

Commit df80359

Browse files
committed
Updating Node version in CI
1 parent 5f7f0e3 commit df80359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- name: Use Node.js 16.x
18+
- name: Use Node.js 22.x
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.x
21+
node-version: 22.x
2222
cache: 'npm'
2323

2424
- name: Install dependencies

0 commit comments

Comments
 (0)