We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6185746 commit 2c90226Copy full SHA for 2c90226
2 files changed
.github/workflows/ci-github.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
# Setup .npmrc file to publish to GitHub Packages
14
- uses: actions/setup-node@v4
15
with:
.github/workflows/publish-github.yml
@@ -7,7 +7,7 @@ jobs:
7
publish-npm:
8
node-version: "20.x"
0 commit comments