Skip to content

Commit

Permalink
chore: upgrade main GitHub actions workflow to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelRoux authored Nov 12, 2023
1 parent 003f291 commit 67cfc68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 16.13.2
node-version: 18
cache: npm
- run: npm install

Expand All @@ -26,7 +26,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 16.13.2
node-version: 18
cache: npm
- run: npm install
- run: npm run lint
Expand All @@ -40,7 +40,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 16.13.2
node-version: 18
cache: npm
- run: npm install
- run: npm run check-missing-api
Expand All @@ -54,7 +54,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 16.13.2
node-version: 18
cache: npm
- run: npm install
- run: npm run build:lib
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 16.13.2
node-version: 18
cache: npm
- run: echo -n "${GPG_SECRET_KEY}" > git_gpg_key.asc
- run: gpg --batch --yes --import git_gpg_key.asc
Expand Down

0 comments on commit 67cfc68

Please sign in to comment.