Skip to content

Commit b99910e

Browse files
committed
change to node 22 for upcoming lts
1 parent 4db0412 commit b99910e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
12
name: Deploy to GitHub Pages
23

34
on:
@@ -17,7 +18,7 @@ jobs:
1718
fetch-depth: 0
1819
- uses: actions/setup-node@v4
1920
with:
20-
node-version: 18
21+
node-version: 22
2122
cache: npm
2223

2324
- name: Install dependencies

.github/workflows/test-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
12
name: Test deployment
23

34
on:
@@ -17,7 +18,7 @@ jobs:
1718
fetch-depth: 0
1819
- uses: actions/setup-node@v4
1920
with:
20-
node-version: 18
21+
node-version: 22
2122
cache: npm
2223

2324
- name: Install dependencies

0 commit comments

Comments
 (0)