Skip to content

Commit 519c10f

Browse files
committed
Make CI run with Node v22
1 parent b0e2f25 commit 519c10f

4 files changed

Lines changed: 22165 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
with:
1818
node-version-file: .nvmrc
1919
registry-url: https://registry.npmjs.org
20+
cache: npm
2021

21-
- run: npm install
22+
- run: npm ci
2223
- run: npm run build
2324
- run: npm publish --provenance --access public
2425
env:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
v6.9.0
1+
22.16.0
22

0 commit comments

Comments
 (0)