Merge pull request #3243 from TheWidlarzGroup/chore/bump-ci-node-version

chore(ci): bump actions node version
This commit is contained in:
Olivier Bouillet 2023-09-19 07:48:48 +02:00 committed by GitHub
commit a4e59f4600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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