We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5c909 commit 7906bdfCopy full SHA for 7906bdf
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- lint
15
- test
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Setup Nodejs Env
19
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
20
- uses: actions/setup-node@v3
0 commit comments