Skip to content

Commit 4806d63

Browse files
committed
ci: update ci test env to support webauthn
1 parent 81d64e7 commit 4806d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config_continue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ orbs:
77
jobs:
88
build:
99
docker:
10-
- image: rishabhpoddar/supertokens_website_sdk_testing_node_16
10+
- image: node:18
1111
steps:
1212
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/ # This makes npm use http instead of ssh (required for node 16)
1313
- checkout
@@ -27,7 +27,7 @@ jobs:
2727
- root/project/node_modules
2828
test:
2929
docker:
30-
- image: rishabhpoddar/supertokens_website_sdk_testing_node_16
30+
- image: node:18
3131
- image: rishabhpoddar/oauth-server-cicd
3232
environment:
3333
MOCHA_FILE: test_report/report_node-<< parameters.fdi-version >>.xml

0 commit comments

Comments
 (0)