Skip to content

Commit

Permalink
Merge pull request #804 from Isaac-GC/update_workflows_20240115
Browse files Browse the repository at this point in the history
Updated workflow nodejs versions to 16.20.2
  • Loading branch information
Isaac-GC authored Jan 15, 2024
2 parents e11e51b + b021687 commit 3386552
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.14.0'
node-version: '16.20.2'

- 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.14.0'
node-version: '16.20.2'

- name: Set yarn version
run: yarn set version 1.22.18
Expand Down
2 changes: 1 addition & 1 deletion .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.14.0'
node-version: '16.20.2'

- name: Checkout Books
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .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.14.0'
node-version: '16.20.2'

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

0 comments on commit 3386552

Please sign in to comment.