Skip to content

Commit 173333c

Browse files
committed
chore: update workflows
1 parent c01be59 commit 173333c

File tree

3 files changed

+6
-29
lines changed

3 files changed

+6
-29
lines changed

.github/workflows/automerge.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [12.x, 14.x, 16.x, 18.x]
11+
node-version: [18.x, 20.x, 22.x]
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- name: npm install, build, and test

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [12.x]
13+
node-version: [22.x]
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v5
1717
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
21-
registry-url: https://registry.npmjs.org/
2221
- run: |
2322
npm install
2423
npm test

0 commit comments

Comments
 (0)