Skip to content

Commit

Permalink
chore: update Node.js version and use pnpm for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devlegacy committed Jul 31, 2024
1 parent ff06a22 commit dd9d9bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x, 22.x]
node-version: [22.x]
# globSync is not supported in Node.js 21.x yet
# node --run is not supported in Node.js 21.x yet

name: Node.js ${{ matrix.node-version }} 🚀
steps:
Expand Down Expand Up @@ -59,4 +61,4 @@ jobs:
- name: Run tests 🧪
run: |
pnpm run test
node --run test

0 comments on commit dd9d9bb

Please sign in to comment.