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 e9f9999 commit 0993e90Copy full SHA for 0993e90
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/[email protected].2
+ - uses: actions/[email protected].3
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