We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0adea47 commit d57c29eCopy full SHA for d57c29e
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
persist-credentials: false
17
- name: Setup Node.js
18
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
19
20
node-version: 14
21
- name: Install
.github/workflows/run-tests.yml
@@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
22
- name: Use Node.js ${{ matrix.node-version }}
23
24
25
node-version: ${{ matrix.node-version }}
26
- run: npm ci
0 commit comments