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 77ec71d commit d153013Copy full SHA for d153013
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
node-version: [16.x, 18.x]
11
steps:
12
- name: Checkout sources
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
- name: Use Node.js ${{ matrix.node-version }}
15
uses: actions/setup-node@v1
16
with:
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: self-hosted
8
9
- name: Use Node.js 16.x.x
0 commit comments