mirror of
https://github.com/microcron/pink.git
synced 2026-05-18 00:22:14 +00:00
Refactor: Use official actions/setup-node@v4
This commit is contained in:
2
.github/workflows/pink.yml
vendored
2
.github/workflows/pink.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: houses/setup-node@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
- run: node pink.js
|
||||
|
||||
Reference in New Issue
Block a user