Skip to content

Commit de13e81

Browse files
committed
chore(deps): upgrade github actions node version
1 parent 9c9bd53 commit de13e81

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/actions/cli-checks-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
- name: Setup node
55
uses: actions/setup-node@v3
66
with:
7-
node-version: 18.16.0
7+
node-version: 22.14.0
88
cache: 'yarn'
99
- run: git config --global user.email "[email protected]"
1010
shell: bash

.github/workflows/ci-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup node
1212
uses: actions/setup-node@v3
1313
with:
14-
node-version: 18.16.0
14+
node-version: 22.14.0
1515
cache: 'yarn'
1616
- run: yarn install
1717
- run: yarn eslint packages/cli

.github/workflows/ci-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up node
1111
uses: actions/setup-node@v3
1212
with:
13-
node-version: 18.16.0
13+
node-version: 22.14.0
1414
cache: 'yarn'
1515
- name: Install
1616
run: yarn install

.github/workflows/npm-publish-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 18.16.0
17+
node-version: 22.14.0
1818
cache: 'yarn'
1919
registry-url: 'https://registry.npmjs.org'
2020
- run: yarn install --immutable

.github/workflows/npm-publish-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 18.16.0
17+
node-version: 22.14.0
1818
cache: 'yarn'
1919
registry-url: 'https://registry.npmjs.org'
2020
- run: yarn install --immutable

.github/workflows/template-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18.16.0
19+
node-version: 22.14.0
2020
cache: 'yarn'
2121
- run: yarn install
2222
- run: yarn workspace field-plugin-js-template build

.github/workflows/template-react.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18.16.0
19+
node-version: 22.14.0
2020
cache: 'yarn'
2121
- name: Install Dependencies
2222
run: yarn install

.github/workflows/template-vue2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18.16.0
19+
node-version: 22.14.0
2020
cache: 'yarn'
2121
- run: yarn install
2222
- run: yarn workspace field-plugin-vue2-template build

.github/workflows/template-vue3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18.16.0
19+
node-version: 22.14.0
2020
cache: 'yarn'
2121
- name: Install Dependencies
2222
run: yarn install

0 commit comments

Comments
 (0)