Skip to content

Commit e82a843

Browse files
committed
ci: update workflows config.
1 parent a83fd08 commit e82a843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
path: 'config'
2626

2727
- name: Set up Node.js
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18
30+
node-version: 20
3131
registry-url: 'https://registry.npmjs.org'
3232

3333
- run: ls -al
@@ -71,7 +71,7 @@ jobs:
7171
password: ${{ secrets.DOCKER_PASSWORD }}
7272

7373
- name: Build and push image:latest
74-
uses: docker/build-push-action@v3
74+
uses: docker/build-push-action@v6
7575
with:
7676
push: true
7777
context: .

0 commit comments

Comments
 (0)