Skip to content

Commit

Permalink
Use volta in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed Dec 18, 2024
1 parent d2cb488 commit f3396ed
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,8 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- uses: volta-cli/action@v4
- run: yarn install
- run: yarn test

0 comments on commit f3396ed

Please sign in to comment.