Skip to content

Commit 89e615c

Browse files
committed
Works locally until docker-compose...
1 parent be644fc commit 89e615c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on: [push]
55
jobs:
66
build:
77
# https://github.com/actions/runner-images#available-images
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99

1010
steps:
1111
- uses: actions/checkout@v3
1212

1313
- name: Setup Node.js environment
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: '14.16.1'
16+
node-version: '16'
1717

1818
- name: Install npm dependencies
1919
run: npm ci

0 commit comments

Comments
 (0)