Skip to content

Commit 315704f

Browse files
committed
ci: test latest codes in set-outputs job
1 parent ff30400 commit 315704f

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
@@ -47,6 +47,13 @@ jobs:
4747
steps:
4848
- name: Checkout
4949
uses: actions/checkout@v3
50+
- uses: actions/setup-node@v3
51+
with:
52+
node-version: 'latest'
53+
cache: 'npm'
54+
- run: npm install
55+
- run: npm run build
56+
5057
- name: get credentials
5158
id: get-credentials
5259
uses: ./ # Uses an action in the root directory

0 commit comments

Comments
 (0)