Skip to content

Commit

Permalink
Update pipeline to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
acarapetis committed Mar 5, 2024
1 parent 3e5f7d3 commit 6bb29f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use NodeJS 12
- name: Use NodeJS 18
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
- name: Build PDF
run: |
yarn install --frozen-lockfile
Expand Down

0 comments on commit 6bb29f7

Please sign in to comment.