Skip to content

Commit

Permalink
fix(ci): bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Feb 5, 2023
1 parent a7044d6 commit eab6231
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: bahmutov/npm-install@v1
with:
Expand All @@ -45,7 +45,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: bahmutov/npm-install@v1
with:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: bahmutov/npm-install@v1
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: bahmutov/npm-install@v1
with:
Expand Down

0 comments on commit eab6231

Please sign in to comment.