Skip to content

Commit

Permalink
ci: run on node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusforsberg committed Apr 22, 2024
1 parent 5766372 commit 6d098e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-node@v4
with:
#cache: npm
node-version: lts/*
node-version: 18
- run: npm clean-install
# Linting can be skipped
- run: npm run lint --if-present
Expand All @@ -71,7 +71,7 @@ jobs:
matrix:
# Run the testing suite on each major OS with the latest LTS release of Node.js
os: [macos-latest, ubuntu-latest, windows-latest]
node: [lts/*]
node: [18]
# It makes sense to also test the oldest, and latest, versions of Node.js, on ubuntu-only since it's the fastest CI runner
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- uses: actions/setup-node@v4
with:
#cache: npm
node-version: lts/*
node-version: 18
- run: npm clean-install
- run: npm audit signatures
# Branches that will release new versions are defined in .releaserc.json
Expand Down

0 comments on commit 6d098e6

Please sign in to comment.