Skip to content

Commit

Permalink
update the node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkevingreen committed Aug 16, 2023
1 parent 98cfff3 commit c6421d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oxygen-deployment-1000002755.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
check-latest: true

- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oxygen-deployment-2228544.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
check-latest: true

- name: Get yarn cache directory
Expand Down

0 comments on commit c6421d7

Please sign in to comment.