Skip to content

Commit

Permalink
fix: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed May 10, 2024
1 parent 265de28 commit ce973a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
strategy:
matrix:
node-version:
- 16
- lts
project:
- validator
steps:
- uses: actions/checkout@v2

- name: Setup node ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -57,8 +57,8 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- lts
- latest
os:
- ubuntu-latest
- windows-latest
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit ce973a4

Please sign in to comment.