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 33c4992 commit 52baeadCopy full SHA for 52baead
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
# Steps represent a sequence of tasks that will be executed as part of the job
21
steps:
22
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
24
25
- uses: actions/setup-node@v2
26
with:
@@ -53,7 +53,7 @@ jobs:
53
needs: ['test']
54
if: "!contains(github.event.head_commit.message, 'skip-release') && !contains(github.event.head_commit.message, 'skip-ci') && github.event_name != 'pull_request'"
55
56
57
58
59
node-version: 14.x
0 commit comments