mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-16 22:56:28 +00:00
Update test.yml
This commit is contained in:
parent
fc389c59f8
commit
0b9e359dec
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -12,9 +12,9 @@ jobs:
|
|||||||
node: [15]
|
node: [15]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js ${{ matrix.node }}
|
- name: Use Node.js ${{ matrix.node }}
|
||||||
uses: actions/setup-node@v2.5.0
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- run: npm i
|
- run: npm i
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user