Skip to content

Commit a3328bd

Browse files
authored
Merge pull request #116 from legobeat/ci-update-versions
ci: update versions
2 parents bc9eb71 + 9dce333 commit a3328bd

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/nodejs.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,19 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
node: [18, 20]
12+
node:
13+
- 18
14+
- 20
15+
- 22
1316
os: [ubuntu-latest]
1417
steps:
15-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1619
- name: Use Node.js ${{ matrix.node }}
17-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
1821
with:
1922
node-version: ${{ matrix.node }}
23+
registry-url: 'https://registry.npmjs.org'
24+
cache: 'npm'
2025
- run: npm ci
2126
- name: Build and run tests
2227
run: |

0 commit comments

Comments
 (0)