Skip to content

Commit b4ca66b

Browse files
authored
Switch to nodejs 16, upgrade dependencies (#14)
1 parent e4f9c2f commit b4ca66b

File tree

6 files changed

+1119
-418
lines changed

6 files changed

+1119
-418
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Download source
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Install Python
1818
uses: actions/setup-python@v2
1919
- name: Install dependencies

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run:
3434
shell: bash
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- run: npm install --only=prod
3838
- uses: ./
3939
with: ${{ matrix.config }}
@@ -82,7 +82,7 @@ jobs:
8282
test:
8383
runs-on: ubuntu-latest
8484
steps:
85-
- uses: actions/checkout@v2
85+
- uses: actions/checkout@v3
8686
- run: npm install
8787
- run: npm test
8888
- run: npm audit --audit-level=moderate --only=prod

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run:
3434
shell: bash
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737

3838
- uses: crystal-lang/install-crystal@v1
3939
with: ${{ matrix.config }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ outputs:
2222
path:
2323
description: The directory where Crystal was installed
2424
runs:
25-
using: node12
25+
using: node16
2626
main: index.js
2727
branding:
2828
icon: octagon

0 commit comments

Comments
 (0)