Skip to content

Commit 311c487

Browse files
authored
Merge pull request #44 from fox-forks/hyperupcall-ci
ci: Update actions and set minimal Node.js version to v14
2 parents a04a710 + 97509ed commit 311c487

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77

88
steps:
9-
- uses: actions/checkout@v1
10-
- uses: actions/setup-node@v1
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
11+
with:
12+
node-version: '14'
1113
- run: yarn install
1214
- run: npx jest

0 commit comments

Comments
 (0)