Skip to content

Commit 0590faf

Browse files
authored
Update nodejs.yml
Test workflow upgrade from node 18 to 22
1 parent 6074bc2 commit 0590faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v3
11-
- name: Using Node 18
11+
- name: Using Node 22
1212
uses: actions/setup-node@v3
1313
with:
14-
node-version: 18
14+
node-version: 22
1515
- name: Update npm version to latest
1616
run: npm install -g npm@latest # stop showing warnings about the lockfile
1717
- name: Install dependencies

0 commit comments

Comments
 (0)