Skip to content

Commit

Permalink
chore: set node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
skinmaker1345 committed Feb 12, 2024
1 parent 6a389ba commit 2246c11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install node v16
- name: install node v20
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- name: yarn install
run: yarn install
- name: run eslint
Expand All @@ -28,10 +28,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install node v16
- name: install node v20
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- name: yarn install
run: yarn install
- name: Run Jest
Expand All @@ -41,10 +41,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install node v16
- name: install node v20
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- name: yarn install
run: yarn install
- name: Build
Expand Down

0 comments on commit 2246c11

Please sign in to comment.