Skip to content

Commit bf5f3cd

Browse files
committed
Update node used to latest LTS 22.x
1 parent b98c485 commit bf5f3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

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

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Use Node.js 18.x
19+
- name: Use Node.js 22.x
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: '18.x'
22+
node-version: '22.x'
2323
- run: npm ci # This will automatically build and run tests because the prepublish step is to run `gulp`

0 commit comments

Comments
 (0)