Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
fixing test step
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Dec 26, 2023
1 parent 3463dbc commit f2c076a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- name: Set Node.js version
uses: actions/setup-node@v3
with:
node-version: "16.16.0"
cache: "npm"
- uses: actions/checkout@v2
- run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run all
Expand Down

0 comments on commit f2c076a

Please sign in to comment.