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 60b7854 commit 0078b81Copy full SHA for 0078b81
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
13
with:
14
node-version: lts/*
15
- run: npm ci
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
16
17
18
0 commit comments