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 31e31ff commit 473622aCopy full SHA for 473622a
.github/workflows/ci-cd.yml
@@ -30,7 +30,7 @@ jobs:
30
node: [18]
31
steps:
32
- uses: actions/checkout@v4
33
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
34
with:
35
node-version: ${{ matrix.node }}
36
cache: 'yarn'
@@ -47,7 +47,7 @@ jobs:
47
if: github.actor != 'github-actions[bot]' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next')
48
49
50
51
52
node-version: 18
53
0 commit comments