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 a754294 commit 577cdb4Copy full SHA for 577cdb4
.github/workflows/dependency-submission-example.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: 'Checkout Repository'
13
uses: actions/checkout@v4
14
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
15
# As of 2023-02-22, the ubuntu-latest image uses npm v8.3.1. This version
16
# has a bug that prevents loading dependency-submission-toolkit in the
17
# 'example/' project. npm v8.4.1 (same version in Codespace created on
.github/workflows/publish.yml
- name: Checkout the project
- name: Use Node.js 16.x (LTS)
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
with:
node-version: 16.x
registry-url: https://registry.npmjs.org/
0 commit comments