Skip to content

Commit

Permalink
maint(actions): upgrade GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JMounier committed Oct 31, 2023
1 parent 64f740a commit be66e0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- Android11Samsung
- Android6Chrome
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: install packages
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
- "20"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
- name: install packages
Expand Down

0 comments on commit be66e0b

Please sign in to comment.