Skip to content

Commit 1de47e5

Browse files
authored
Merge pull request #1173 from fortran-lang/build/node-v22
build/node v22
2 parents 82bac3e + 3f4840a commit 1de47e5

File tree

5 files changed

+47
-25
lines changed

5 files changed

+47
-25
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
os: [ubuntu-latest]
88
toolchain:
99
- { compiler: gcc, version: 11 }
10-
node-version: [20.x]
10+
node-version: [22.x]
1111
fail-fast: false
1212
runs-on: ${{ matrix.os }}
1313

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 20.x
15+
node-version: 22.x
1616

1717
- name: Check if there are changes to deploy
1818
id: deploy-nightly

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: 20.x
13+
node-version: 22.x
1414
- run: npm ci
1515

1616
# Package and publish the extension to VS Code Marketplace

package-lock.json

Lines changed: 43 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
"devDependencies": {
751751
"@types/glob": "^8.0.1",
752752
"@types/mocha": "^10.0.6",
753-
"@types/node": "^20.4.5",
753+
"@types/node": "^22.13.0",
754754
"@types/semver": "^7.5.8",
755755
"@types/vscode": "^1.67.0",
756756
"@types/which": "^3.0.0",

0 commit comments

Comments
 (0)