Skip to content

Commit

Permalink
chore: Update node to 18 and actions (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Apr 30, 2024
1 parent 69648dc commit 08a0a4b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: ${{ github.event_name }}/${{ github.event.action }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ionic-team/bot@main
with:
repo-token: ${{ secrets.BOT_TOKEN }}
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 14.x
- uses: actions/checkout@v2
node-version: 18.x
- uses: actions/checkout@v4
- name: Restore Dependency Cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
Expand All @@ -32,10 +32,10 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 14.x
- uses: actions/checkout@v2
node-version: 18.x
- uses: actions/checkout@v4
- name: Restore Dependency Cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
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 <[email protected]>",
"homepage": "https://capacitorjs.com",
"engines": {
"node": ">=10.3.0"
"node": ">=18.0.0"
},
"main": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit 08a0a4b

Please sign in to comment.