We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc01fa1 commit 0492301Copy full SHA for 0492301
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: "Use Node.js 18"
25
uses: actions/setup-node@v2
26
with:
27
- node-version: 18
+ node-version: 20
28
cache: npm
29
- name: "Install application"
30
run: npm install --ignore-scripts
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
strategy:
36
matrix:
37
- node-version: [16, 18, 20]
+ node-version: [18, 20, 22]
38
steps:
39
- name: "Check out Git repository"
40
uses: actions/checkout@v2
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v1
11
- uses: actions/setup-node@v2
12
13
14
15
- run: npm install
16
- uses: JS-DevTools/npm-publish@v1
0 commit comments