Skip to content

Commit c3e885e

Browse files
committed
chore: github actions
1 parent 8987d1d commit c3e885e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/master.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ jobs:
66
runs-on: ubuntu-latest
77
name: Build and test
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v1
9+
- uses: actions/checkout@v3
10+
- uses: actions/setup-node@v3
1111
with:
12-
node-version: "18.x"
12+
node-version: '18.x'
1313
- name: Get yarn cache directory path
1414
id: yarn-cache-dir-path
1515
run: echo "::set-output name=dir::$(yarn cache dir)"
16-
- uses: actions/cache@v1
16+
- uses: actions/cache@v3
1717
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
1818
with:
1919
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -28,4 +28,4 @@ jobs:
2828
- name: Coveralls
2929
uses: coverallsapp/github-action@v1
3030
with:
31-
github-token: ${{ secrets.GITHUB_TOKEN }}
31+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)