Skip to content

Commit

Permalink
Updated node version in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-GC committed Jan 15, 2024
1 parent 0ffdd2b commit ddd9272
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16.20.2'
node-version: '18.19.0'

- name: Set yarn version
run: yarn set version 1.22.18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16.20.2'
node-version: '18.19.0'

- name: Set yarn version
run: yarn set version 1.22.18
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16.20.2'
node-version: '18.19.0'

- name: Checkout Books
uses: actions/checkout@v2
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16.14.0'
node-version: '18.19.0'

- name: Checkout Books
uses: actions/checkout@v2
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16.14.0'
node-version: '18.19.0'

- name: Checkout Books
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16.20.2'
node-version: '18.19.0'

- name: Set yarn version
run: yarn set version 1.22.18
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16.14.0'
node-version: '18.19.0'

- name: Set yarn version
run: yarn set version 1.22.18
Expand Down

0 comments on commit ddd9272

Please sign in to comment.