Skip to content

Commit 82a8e69

Browse files
authored
chore: Upgrade Node version from 22.5.1 to 22.6.0 (#352)
1 parent 611229b commit 82a8e69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v4.0.3
1313
with:
14-
node-version: '22.5.1'
14+
node-version: '22.6.0'
1515
- name: Install dependencies
1616
run: npm install
1717
- name: Prettier

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 22.5.1
27+
node-version: '22.6.0'
2828
registry-url: 'https://registry.npmjs.org'
2929
- name: Install dependencies
3030
run: npm install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.5.1
1+
22.6.0

0 commit comments

Comments
 (0)