We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18591c commit cbcd6e5Copy full SHA for cbcd6e5
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: [12.x, 14.x, 16.x]
20
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
23
- name: Use Node.js ${{ matrix.node-version }}
24
uses: actions/setup-node@v2
25
with:
.github/workflows/release.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
9
10
- uses: actions/setup-node@v2
11
12
node-version: '12.x'
0 commit comments