Skip to content

Commit 5cc857b

Browse files
committed
Merge branch 'main' of github.com:NdoleStudio/http-sms-manager into main
2 parents b4c1161 + 89d6bad commit 5cc857b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@master
2424

2525
- name: Setup node env 🏗
26-
uses: actions/setup-node@v2.1.5
26+
uses: actions/setup-node@v3.4.0
2727
with:
2828
node-version: ${{ matrix.node }}
2929
check-latest: true
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "::set-output name=dir::$(yarn cache dir)"
3434

3535
- name: Cache node_modules 📦
36-
uses: actions/cache@v2.1.4
36+
uses: actions/cache@v3.0.4
3737
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3838
with:
3939
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)