We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39533c commit ed2967eCopy full SHA for ed2967e
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
- name: Setup Nodejs Env
19
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
20
- name: Setup Nodejs
.github/workflows/npm-publish.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
13
- uses: actions/checkout@v2
with:
fetch-depth: 0
0 commit comments