We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a6a6e commit 0465bb4Copy full SHA for 0465bb4
1 file changed
.github/workflows/test-and-release.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout Repository
14
uses: actions/checkout@v6
15
- name: Use Node.js ${{ matrix.node }}
16
- uses: actions/setup-node@v6.3.0
+ uses: actions/setup-node@v6.4.0
17
with:
18
node-version: ${{ matrix.node }}
19
- name: Install Dependencies
@@ -41,7 +41,7 @@ jobs:
41
42
fetch-depth: 0
43
- name: Setup Node.js
44
45
46
node-version: lts/*
47
registry-url: 'https://registry.npmjs.org'
0 commit comments