Skip to content

Commit b52c3d2

Browse files
committed
Added github workflows
1 parent ce3404e commit b52c3d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-changes-exists-drift.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
runs-on: ubuntu-latest
5555
needs: [test]
5656
steps:
57+
- uses: actions/setup-node@v3
58+
with:
59+
node-version: 16.x
60+
5761
- uses: nick-fields/assert-action@v1
5862
with:
5963
expected: 'success'

0 commit comments

Comments
 (0)