Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit b6c0ceb

Browse files
authored
ci: use specific node version (bootstrap-vue-next#1428)
* ci: use node latest
1 parent b898a63 commit b6c0ceb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Node.js
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 20.x
26+
node-version: latest
2727

2828
- name: Install PNPM
2929
uses: pnpm/action-setup@v2
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install Node.js
6060
uses: actions/setup-node@v3
6161
with:
62-
node-version: 20.x
62+
node-version: latest
6363

6464
- name: Install PNPM
6565
uses: pnpm/action-setup@v2
@@ -95,7 +95,7 @@ jobs:
9595
- name: Install Node.js
9696
uses: actions/setup-node@v3
9797
with:
98-
node-version: 20.x
98+
node-version: latest
9999

100100
- name: Install PNPM
101101
uses: pnpm/action-setup@v2
@@ -131,7 +131,7 @@ jobs:
131131
- name: Install Node.js
132132
uses: actions/setup-node@v3
133133
with:
134-
node-version: 20.x
134+
node-version: latest
135135

136136
- name: Install PNPM
137137
uses: pnpm/action-setup@v2

.github/workflows/docs-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Node.js
3636
uses: actions/setup-node@v3
3737
with:
38-
node-version: 20.x
38+
node-version: latest
3939

4040
- name: Install PNPM
4141
uses: pnpm/action-setup@v2

.github/workflows/npm-publish-main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node.js
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: 20.x
27+
node-version: latest
2828
registry-url: 'https://registry.npmjs.org'
2929

3030
- name: Install PNPM

.github/workflows/npm-publish-nuxt.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node.js
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: 20.x
27+
node-version: latest
2828
registry-url: 'https://registry.npmjs.org'
2929

3030
- name: Install PNPM

.github/workflows/release-main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Node.js
3636
uses: actions/setup-node@v3
3737
with:
38-
node-version: 20.x
38+
node-version: latest
3939
registry-url: 'https://registry.npmjs.org'
4040
if: ${{ steps.release.outputs.releases_created }}
4141

0 commit comments

Comments
 (0)