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

Commit 2554d7f

Browse files
committed
fixing test step
1 parent f2c076a commit 2554d7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
build: # make sure build/ci work properly
77
runs-on: ubuntu-latest
88
steps:
9+
- uses: actions/checkout@v2
910
- name: Set Node.js version
1011
uses: actions/setup-node@v3
1112
with:
12-
node-version: "16.16.0"
13+
node-version: 18
1314
cache: "npm"
14-
- uses: actions/checkout@v2
1515
- run: |
1616
export NODE_OPTIONS=--openssl-legacy-provider
1717
npm install

0 commit comments

Comments
 (0)