Skip to content

Commit

Permalink
Merge pull request #44 from jeroentvb/dev
Browse files Browse the repository at this point in the history
ci: bump node to v18 in all workflows
  • Loading branch information
jeroentvb authored Aug 7, 2023
2 parents 1c3d947 + 1dd36b4 commit d4f5acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2.5.1
with:
node-version: 16.x
node-version: 18.x
- name: npm install and build
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit d4f5acb

Please sign in to comment.