Skip to content

Commit 90cee52

Browse files
changed node version from 16.x to 18.x in workflows
1 parent 0dd4290 commit 90cee52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bump-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: "16.x"
30+
node-version: "18.x"
3131
cache: 'yarn'
3232
- name: Check example apps
3333
run: echo "EXAMPLE_APPS=$(ls ./examples | tr '\n' ',' | sed 's/,$//')" >> $GITHUB_ENV

.github/workflows/deploy-angular-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: "16.x"
20+
node-version: "18.x"
2121

2222
- name: Install dependencies
2323
run: yarn install

.github/workflows/pr-actions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use Node.js
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: "16.x"
23+
node-version: "18.x"
2424
cache: 'yarn'
2525
- name: Install NPM Dependencies
2626
run: yarn install

0 commit comments

Comments
 (0)