Pin the Node version the lint and release jobs run on
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v7.0.0
|
- uses: actions/setup-node@v7.0.0
|
||||||
with:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
node-version: 24
|
node-version: 24.18.0
|
||||||
registry-url: https://registry.npmjs.org
|
registry-url: https://registry.npmjs.org
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- name: The tag must match the version being published
|
- name: The tag must match the version being published
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v7.0.0
|
- uses: actions/setup-node@v7.0.0
|
||||||
with:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
node-version: 24
|
node-version: 24.18.0
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user