This commit is contained in:
Kristján Oddsson 2022-03-30 16:38:01 +01:00
Родитель abb436761f
Коммит 079f2fcb5f
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/nodejs.yml поставляемый
Просмотреть файл

@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: npm install, build, and test
run: |
npm install