Skip to content

Commit

Permalink
build: update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed May 24, 2023
1 parent 76015f8 commit b4fe20c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: Node v${{matrix.node}} ((${{matrix.platform}}))
runs-on: ${{matrix.platform}}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
- run: yarn install --ignore-engines --frozen-lockfile
Expand All @@ -31,8 +31,8 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
needs: test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: install dependencies
Expand Down

0 comments on commit b4fe20c

Please sign in to comment.