Skip to content

Commit

Permalink
chore: update node versions in build
Browse files Browse the repository at this point in the history
Signed-off-by: mbwhite <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Nov 17, 2023
1 parent 330b80d commit e060bc6
Show file tree
Hide file tree
Showing 2 changed files with 3,421 additions and 47 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 20.x
- run: npm ci
- run: npm run lint

Expand All @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x,18.x,20.x]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit e060bc6

Please sign in to comment.