Skip to content

Commit 9e2802a

Browse files
committed
Improve GitHub Actions
1 parent f261ca6 commit 9e2802a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [18.x, 20.x]
10+
node-version: [18.x, 20.x, 22.x]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm ci
2020
- run: npm run build

0 commit comments

Comments
 (0)