Skip to content

Commit

Permalink
chore: upgrade pull_request GitHub actions workflow to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelRoux committed Nov 12, 2023
1 parent 9d4e6fc commit 02cf640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.13.2
node-version: 18
cache: npm
- run: npm install

Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- 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 @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- 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

0 comments on commit 02cf640

Please sign in to comment.