There was an error while loading. Please reload this page.
1 parent 3bab780 commit aaf8f0dCopy full SHA for aaf8f0d
2 files changed
.github/workflows/ci.yml
@@ -16,12 +16,12 @@ jobs:
16
runs-on: ubuntu-latest
17
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
21
- name: Set up Node.js
22
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
23
with:
24
- node-version: 'lts/*'
+ node-version: '24'
25
cache: 'npm'
26
27
- name: Install dependencies
.github/workflows/publish.yml
@@ -73,12 +73,13 @@ jobs:
73
contents: read
74
75
76
77
78
79
80
81
82
+ registry-url: 'https://registry.npmjs.org'
83
84
85
0 commit comments