Skip to content

Commit bfaa83f

Browse files
Update dependency node to v22
1 parent 04721bc commit bfaa83f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: actions/setup-node@v3
2323
with:
24-
node-version: 14.x
24+
node-version: 22.x
2525

2626
- run: yarn install
2727
- run: yarn lint
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v3
5656
- uses: actions/setup-node@v3
5757
with:
58-
node-version: 14.x
58+
node-version: 22.x
5959

6060
- run: yarn install
6161
- run: yarn add --dev eslint@${{ matrix.eslint-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 12.x
17+
node-version: 22.x
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- run: npm publish

0 commit comments

Comments
 (0)