Skip to content

Commit

Permalink
update node setup script for tests@main Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justincorrigible committed Oct 16, 2023
1 parent 57b796b commit 31b643f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: "18.x"
- run: npm ci
- run: npm i object.fromentries
- run: npm i object.fromentries
- run: npm test

0 comments on commit 31b643f

Please sign in to comment.