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 500bede commit bffa029Copy full SHA for bffa029
.github/workflows/build-and-test.yaml
@@ -12,7 +12,7 @@ jobs:
12
fetch-depth: 0 # Checkout all branches and tags
13
token: ${{ secrets.GITHUB_TOKEN }}
14
15
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
16
with:
17
node-version: '18.x'
18
registry-url: 'https://registry.npmjs.org'
.github/workflows/publish.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments