Skip to content

Commit

Permalink
fix: CI node12 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
belom88 committed Oct 20, 2023
1 parent 5b90e30 commit 853ec8c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ProjectCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: 18

- name: Install dependencies
run: yarn
Expand All @@ -26,11 +26,11 @@ jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: 18

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit 853ec8c

Please sign in to comment.