Skip to content

Commit fb7726a

Browse files
committed
1 parent 94b6fc8 commit fb7726a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: 16
19+
node-version: 16.11
2020
cache: npm
2121
- run: npm ci
2222
- run: npm run test:features

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v2
2424
with:
25-
node-version: 16
25+
node-version: 16.11
2626
cache: npm
2727
- run: npm ci
2828
- run: npm run ava -- --serial

0 commit comments

Comments
 (0)