Skip to content

Commit

Permalink
fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Dec 22, 2023
1 parent b567d3e commit 3410d58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
name: Build, Test & Eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install
Expand Down Expand Up @@ -57,9 +57,9 @@ jobs:
name: Build, Test & Eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install
Expand Down

0 comments on commit 3410d58

Please sign in to comment.