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 a34e4b9 commit 4416738Copy full SHA for 4416738
.github/workflows/npm-publish.yml
@@ -10,7 +10,7 @@ jobs:
10
publish-npm:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: actions/setup-node@v4
15
with:
16
node-version: 16
.github/workflows/on-pull-request.yml
@@ -16,7 +16,7 @@ jobs:
17
18
19
20
21
# Run npm install, this also runs the tests (as part of prepare)
22
- name: Install and run tests
0 commit comments