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 33a7076 commit 0fcba2eCopy full SHA for 0fcba2e
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
packages: write
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
16
with:
17
node-version: 20
18
registry-url: 'https://registry.npmjs.org'
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
19
node-version: ${{ matrix.version }}
20
cache: yarn
0 commit comments