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 a922eb7 commit 43a5fe9Copy full SHA for 43a5fe9
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@v4.2.0
18
- name: Use Node.js 18
19
uses: actions/[email protected]
20
with:
.github/workflows/npmpublish.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
13
- uses: actions/[email protected]
node-version: 18
@@ -22,7 +22,7 @@ jobs:
22
needs: build
23
24
25
26
27
28
0 commit comments