We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e1b66a + 3ec2879 commit 88e7a6eCopy full SHA for 88e7a6e
.github/workflows/blank.yml renamed to .github/workflows/ci.yml
@@ -1,5 +1,3 @@
1
-# This is a basic workflow to help you get started with Actions
2
-
3
name: CI
4
5
on:
@@ -17,15 +15,13 @@ jobs:
17
15
timeout-minutes: 30
18
16
steps:
19
- name: checkout pushed commit
20
- uses: actions/checkout@v3
21
- with:
22
- ref: ${{ github.event.pull_request.head.sha }}
+ uses: actions/checkout@v4
23
- name: setup node
24
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
25
with:
26
node-version: ${{ matrix.node }}
27
- name: cache dependencies
28
- uses: actions/cache@v3
+ uses: actions/cache@v4
29
30
path: |
31
node_modules
0 commit comments