Skip to content

Commit

Permalink
Merge pull request #1855 from Fryguy/update_gha_versions
Browse files Browse the repository at this point in the history
Update GitHub Actions versions
  • Loading branch information
agrare authored Jul 27, 2023
2 parents 7b40a60 + 8c1099b commit 6cbc2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up system
run: bin/before_install
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: ${{ !env.ACT && 'yarn' || '' }}
Expand Down

0 comments on commit 6cbc2da

Please sign in to comment.