We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7646118 commit 16cd3c8Copy full SHA for 16cd3c8
.github/workflows/lint-and-test.yml
@@ -18,11 +18,11 @@ jobs:
18
19
strategy:
20
matrix:
21
- node: [16, 18, 20, 22]
+ node: [18, 20, 22]
22
23
steps:
24
- - uses: actions/checkout@v3
25
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
26
with:
27
node-version: ${{ matrix.node }}
28
cache: "npm"
.github/workflows/npm-publish.yml
@@ -8,8 +8,8 @@ jobs:
8
publish-npm:
9
runs-on: ubuntu-latest
10
11
12
13
14
node-version: 20
15
registry-url: https://registry.npmjs.org/
0 commit comments