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 15246f6 commit db3bd73Copy full SHA for db3bd73
.github/workflows/cd.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: '0'
17
18
- name: Configure node for npmjs.org as registry
19
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
20
with:
21
node-version: '20.x'
22
registry-url: 'https://registry.npmjs.org'
.github/workflows/ci.yml
uses: actions/checkout@v4
- name: Use Node ${{ matrix.node }}
node-version: ${{ matrix.node }}
cache: npm
0 commit comments