Skip to content

Commit 0ead505

Browse files
committed
chore: use newer image
1 parent bab3ff1 commit 0ead505

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ jobs:
44
test:
55
working_directory: ~/repo
66
docker:
7-
- image: gengjiawen/node-build:wasm
7+
- image: gengjiawen/node-build
88
steps:
99
- checkout
1010
- run: npx envinfo
1111
- run:
1212
name: test
1313
command: |
14-
npx envinfo
1514
cd wasm && wasm-pack build
1615
17-
1816
workflows:
1917
version: 2
2018
build_and_test:

0 commit comments

Comments
 (0)