Merge pull request #3243 from TheWidlarzGroup/chore/bump-ci-node-version
chore(ci): bump actions node version
This commit is contained in:
commit
a4e59f4600
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -4,7 +4,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 16.x
|
||||||
- run: yarn --no-lockfile
|
- run: yarn --no-lockfile
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
|
Loading…
Reference in New Issue
Block a user