We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4b4a4c + 104de20 commit 7dbe728Copy full SHA for 7dbe728
2 files changed
.github/workflows/npm_release.yaml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v5
13
# Setup .npmrc file to publish to npm
14
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
15
with:
16
node-version: '22.x'
17
registry-url: 'https://registry.npmjs.org'
.github/workflows/pull_requests.yaml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
- uses: actions/checkout@v4
18
- run: npm ci
0 commit comments