Skip to content

Commit 418612b

Browse files
authored
Update node to v22 (#286)
1 parent 79a5414 commit 418612b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: '18'
20+
node-version: '22'
2121
cache: 'yarn'
2222
- run: yarn install
2323
- run: yarn lint
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v2
3030
- uses: actions/setup-node@v2
3131
with:
32-
node-version: '18'
32+
node-version: '22'
3333
cache: 'yarn'
3434
- run: yarn install
3535
- run: yarn build:dist

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.19
1+
22

0 commit comments

Comments
 (0)