mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Forgot to switch testing environment to Node16
This commit is contained in:
parent
a025f91151
commit
6660bf50b0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -6,11 +6,11 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Node.js v12
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Node.js v16
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 16
|
||||
|
||||
- name: Set up node modules
|
||||
run: npm ci
|
||||
|
|
Loading…
Reference in a new issue