Skip to content

Commit bbf4219

Browse files
committed
ci(node version): update node version to v22
1 parent 5e575e0 commit bbf4219

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ on: [push]
33
jobs:
44
PrettierJS:
55
runs-on: ubuntu-latest
6-
container: node:12-stretch
6+
container: node:22-stretch
77
steps:
88
- uses: actions/checkout@v2
99
- run: yarn install
1010
- run: yarn run prettier-diff
1111
Lint:
1212
runs-on: ubuntu-latest
13-
container: node:12-stretch
13+
container: node:22-stretch
1414
steps:
1515
- uses: actions/checkout@v2
1616
- run: yarn install
1717
- run: yarn run lint-diff
1818
Jest:
1919
runs-on: ubuntu-latest
20-
container: node:12-stretch
20+
container: node:22-stretch
2121
steps:
2222
- uses: actions/checkout@v2
2323
- run: yarn install

0 commit comments

Comments
 (0)