We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44af704 commit 9cdae27Copy full SHA for 9cdae27
.github/workflows/checks.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Specifically use node LTS.
20
uses: actions/setup-node@v4
21
with:
22
- node-version: "18"
+ node-version: "24"
23
- run: npm install
24
- run: npm run build
25
- run: npm run lint
.github/workflows/release-package.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- node-version: 18
+ node-version: 24
registry-url: https://registry.npmjs.org
- run: rm -rf node_modules && npm ci
- run: npm publish --access public
0 commit comments