Skip to content

Commit e95255a

Browse files
Update dependency node to v22
1 parent 7b39e06 commit e95255a

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/[email protected]
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: '20.x'
14+
node-version: '22.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
1717
run: |

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-node@v4
1010
with:
11-
node-version: '20.x'
11+
node-version: '22.x'
1212
registry-url: 'https://registry.npmjs.org'
1313
- run: npm install --force
1414
- run: npx eslint ./src/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '20.x'
13+
node-version: '22.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci --force
1616
- run: npm run build

package-lock.json

Lines changed: 8 additions & 8 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
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@eslint/eslintrc": "^3.1.0",
2424
"@eslint/js": "^9.11.1",
25-
"@types/node": "22.10.10",
25+
"@types/node": "22.18.5",
2626
"@typescript-eslint/eslint-plugin": "8.21.0",
2727
"@typescript-eslint/parser": "8.21.0",
2828
"dotenv": "16.4.7",

0 commit comments

Comments
 (0)