Skip to content

Commit

Permalink
chore: upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen committed Oct 11, 2023
1 parent 147e405 commit 9add85b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- name: Checkout Source Files
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
browsers: [chrome, firefox]
node-version: [14.x]
node-version: [18.x]
steps:
- name: Set Action Environment Variables
run: |
Expand All @@ -54,7 +54,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- name: Checkout Source Files
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": ">= 14.0.0",
"node": ">= 18.0.0",
"npm": "6.14.18"
},
"dependencies": {
Expand Down

0 comments on commit 9add85b

Please sign in to comment.