2 parents 93fe16e + f9c0bd7 commit 9052ca2Copy full SHA for 9052ca2
2 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v7
22
23
- name: Setup Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
25
with:
26
node-version: ${{ matrix.node-version }}
27
cache: 'npm'
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Setup Node.js
node-version: '24'
registry-url: 'https://registry.npmjs.org'
0 commit comments