Skip to content

Commit

Permalink
ci: up node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalabash committed Nov 21, 2023
1 parent 3d55177 commit ec4e831
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
jobs:
full:
runs-on: ubuntu-latest
name: OS ubuntu-latest Node.js 16
name: OS ubuntu-latest Node.js 20
steps:
- name: Install Chrome
uses: browser-actions/setup-chrome@latest
uses: browser-actions/setup-chrome@latest
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js 16
- name: Install Node.js 20
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run unit tests
Expand Down

0 comments on commit ec4e831

Please sign in to comment.