Skip to content

Commit

Permalink
chore!: Update node to 20 and actions (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Nov 18, 2024
1 parent 7a19769 commit c17a20c
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 @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
- uses: actions/checkout@v4
- name: Restore Dependency Cache
uses: actions/cache@v4
Expand All @@ -30,9 +30,9 @@ jobs:
needs:
- lint
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
- uses: actions/checkout@v4
- name: Restore Dependency Cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ionic Team <hi@ionicframework.com>",
"homepage": "https://capacitorjs.com",
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"main": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit c17a20c

Please sign in to comment.