Skip to content

Commit

Permalink
Merge branch 'main' into noAsyncEnter
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Dec 11, 2023
2 parents 2790b84 + f10b252 commit a29c923
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 14
- uses: actions/checkout@v2
node-version: 16
- uses: actions/checkout@v3
- name: Restore Dependency Cache
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
Expand Down

0 comments on commit a29c923

Please sign in to comment.