Skip to content

Commit 07d84bd

Browse files
feat: update github actions
1 parent 0b5713b commit 07d84bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ jobs:
66
Build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010

11-
- uses: actions/setup-node@v2
11+
- uses: actions/setup-node@v3
1212
with:
1313
node-version: 16
1414
cache: yarn
1515

1616
- run: yarn install --frozen-lockfile
1717
- name: build
18-
# TODO Enable those lines below if you use a Redis cache, you'll also need to configure GitHub Repository Secrets
19-
# env:
20-
# REDIS_HOST: ${{ secrets.REDIS_HOST }}
21-
# REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}
18+
# TODO Enable those lines below if you use a Redis cache, you'll also need to configure GitHub Repository Secrets
19+
# env:
20+
# REDIS_HOST: ${{ secrets.REDIS_HOST }}
21+
# REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}
2222
run: yarn build

0 commit comments

Comments
 (0)