Skip to content

Commit fe20a2f

Browse files
committed
chore: update Node.js version to 22.16.0 in GitHub Actions workflow
1 parent 0e4b34a commit fe20a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
cache: "npm"
22-
node-version: 18.x
22+
node-version: 22.16.0
2323
- run: npm ci
2424
- run: npm run lint
2525
- run: npm run build
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/setup-node@v4
4949
with:
5050
cache: "npm"
51-
node-version: 18.x
51+
node-version: 22.16.0
5252
- run: npm ci
5353
- name: Install semantic-release extra plugins
5454
run: npm install --save-dev @semantic-release/changelog @semantic-release/git

0 commit comments

Comments
 (0)