Skip to content

Commit

Permalink
chore(ci): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslz committed Jan 18, 2024
1 parent c5973c5 commit ef2979f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
name: "Set up NodeJS"
uses: "actions/setup-node@master"
with:
node-version: "16.20.0"
node-version: "18"
-
name: "Install dependencies"
run: "npm install"
Expand All @@ -43,7 +43,7 @@
name: "Set up NodeJS"
uses: "actions/setup-node@master"
with:
node-version: "16.20.0"
node-version: "18"
-
name: "Cache"
uses: "actions/cache@main"
Expand Down

0 comments on commit ef2979f

Please sign in to comment.