Skip to content

Commit fc4a089

Browse files
committed
Upped all files to node 18
1 parent 1f3d2e1 commit fc4a089

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.github/workflows/build_project.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- uses: actions/checkout@v1
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: 10
18+
node-version: 18
1919
- run: |
20-
sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
21-
npm ci
22-
npm run build
23-
npm run test
20+
sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
21+
npm ci
22+
npm run build
23+
npm run test

.github/workflows/format_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- uses: actions/checkout@v1
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: 10
18+
node-version: 18
1919
- run: npm ci && npm run formatter

.github/workflows/lint_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- uses: actions/checkout@v1
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: 10
18+
node-version: 18
1919
- run: npm ci && npm run lint

.github/workflows/publish_edge.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
node-version: 18
1616
- run: |
1717
sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
18-
bash -c "node -v && export NODE_OPTIONS=--openssl-legacy-provider && node -v"
1918
npm ci
2019
npm run build
2120
npm run lint

0 commit comments

Comments
 (0)