Skip to content

Commit

Permalink
chore(ci): bump action runner node version
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed Sep 18, 2023
1 parent 3f48c64 commit 65ea1b3
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 65ea1b3

Please sign in to comment.