Skip to content

Commit ff30400

Browse files
committed
ci: test latest codes
1 parent 13e2417 commit ff30400

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3
16+
- uses: actions/setup-node@v3
17+
with:
18+
node-version: 'latest'
19+
cache: 'npm'
20+
- run: npm install
21+
- run: npm run build
22+
1623
- name: get credentials
1724
id: get-credentials
1825
uses: ./ # Uses an action in the root directory

0 commit comments

Comments
 (0)