File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-22.04
1414 strategy :
1515 matrix :
1616 node-version : [
Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22.04
1111 steps :
1212 - uses : actions/checkout@v2
1313 - uses : actions/setup-node@v1
1414 with :
15- node-version : 8
15+ node-version : 20
1616 - name : Set release version
1717 run : echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
1818 - name : Package project
Original file line number Diff line number Diff line change 11#! /bin/bash -e
22
3- rm -rf node_modules
4-
53npm ci --production
4+ # Rebuild sqlite3 for the version of glibc shipped with this OS
5+ npm rebuild sqlite3 --build-from-source
66
77# Remove internal package-lock cache which can cause checksum errors at runtime
88rm -f node_modules/.package-lock.json
You can’t perform that action at this time.
0 commit comments