mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Update actions/setup-node action to v3
This commit is contained in:
parent
96e2c7d7c5
commit
1135b0073a
1 changed files with 1 additions and 1 deletions
2
ghost/portal/.github/workflows/test.yml
vendored
2
ghost/portal/.github/workflows/test.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
name: Node ${{ matrix.node }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
- run: yarn install
|
||||
|
|
Loading…
Add table
Reference in a new issue