We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f5c86 commit 6185746Copy full SHA for 6185746
2 files changed
.github/workflows/ci-github.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
# Setup .npmrc file to publish to GitHub Packages
14
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v4
15
with:
16
node-version: "20.x"
17
# Defaults to the user or organization that owns the workflow file
.github/workflows/publish-github.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
registry-url: https://registry.npmjs.org/
0 commit comments