Skip to content

Commit

Permalink
Merge pull request #3243 from TheWidlarzGroup/chore/bump-ci-node-version
Browse files Browse the repository at this point in the history
chore(ci): bump actions node version
  • Loading branch information
freeboub authored Sep 19, 2023
2 parents 3f48c64 + 65ea1b3 commit a4e59f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn --no-lockfile
- run: yarn lint

0 comments on commit a4e59f4

Please sign in to comment.