Skip to content

Commit

Permalink
ci: upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Jun 15, 2023
1 parent 72cb398 commit 96d45df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 17.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 17.x
node-version: 18.x
- name: Install npm packages using cache
uses: bahmutov/npm-install@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: Install npm packages using cache
uses: bahmutov/npm-install@v1
with:
Expand Down

0 comments on commit 96d45df

Please sign in to comment.