We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6e06b commit 7daf37dCopy full SHA for 7daf37d
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Use Node.js ${{ matrix.node-version }}
13
uses: actions/setup-node@v3.4.1
14
with:
15
- node-version: '14'
+ node-version: '24'
16
cache: 'npm'
17
- name: Install dependencies
18
run: npm ci
.github/workflows/npmpublish.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.4.1
- run: npm ci
- run: npm test
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
- node-version: 12
+ node-version: 24
30
registry-url: https://registry.npmjs.org/
31
32
- run: npm run build
0 commit comments