Skip to content

Commit

Permalink
bump node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0dr1y committed Oct 23, 2023
1 parent 5478c6c commit 9c5db55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"
cache: "npm"
- name: Install dependencies
run: npm install
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"
cache: "npm"
- name: Install dependencies
run: npm install
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"
cache: "npm"
- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 9c5db55

Please sign in to comment.