Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit ad18549

Browse files
author
Natalie
committed
chore(gh-actions): use checkout v1
1 parent 1d1fcc3 commit ad18549

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/run-test.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,13 @@ jobs:
77
# build
88
build:
99

10-
runs-on: ubuntu-latest
10+
runs-on: debian-latest
1111

12-
container:
13-
image: apiaryio/emcc:1.38.11
14-
15-
strategy:
16-
matrix:
17-
node-version: [12.x]
12+
container: apiaryio/emcc:1.38.11
1813

1914
steps:
2015
- run: apt-get update && apt-get install -y git-core
21-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v1
2217
- name: Use Git Actions
2318
uses: srt32/[email protected]
2419
with:
@@ -48,7 +43,7 @@ jobs:
4843
needs: build
4944

5045
steps:
51-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v1
5247
- name: Use Node.js ${{ matrix.node-version }}
5348
uses: actions/setup-node@v1
5449
with:

0 commit comments

Comments
 (0)