We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3bcf9 commit 03d3bb8Copy full SHA for 03d3bb8
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
${{ runner.os }}-yarn-
28
29
- name: Use Node.js ${{ matrix.node-version }}
30
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
31
with:
32
node-version: ${{ matrix.node-version }}
33
.github/workflows/publish.yml
100755
100644
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Node.js 18.x to publish to npmjs.org
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
0 commit comments