Skip to content

Commit f761d88

Browse files
committed
added ignore node
1 parent 93565a8 commit f761d88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npmTests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install npm
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: "18"
33+
node-version: "16"
3434

3535
- name: Setup Go with cache
3636
uses: jfrog/.github/actions/install-go-with-cache@main
@@ -43,4 +43,5 @@ jobs:
4343
- name: Run npm tests
4444
env:
4545
JFROG_CLI_LOG_LEVEL: DEBUG
46+
YARN_IGNORE_NODE: 1
4647
run: go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.npm

0 commit comments

Comments
 (0)