Commit bce986c 1 parent 8626f82 commit bce986c Copy full SHA for bce986c
File tree 5 files changed +21
-21
lines changed
5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
- name : Checkout repository
12
12
uses : actions/checkout@v3
13
13
- name : Initialize CodeQL
14
- uses : github/codeql-action/init@v1
14
+ uses : github/codeql-action/init@v2
15
15
with :
16
16
config-file : ./.github/codeql.yml
17
17
languages : javascript
18
18
- name : Perform CodeQL Analysis
19
- uses : github/codeql-action/analyze@v1
19
+ uses : github/codeql-action/analyze@v2
20
20
lighthouse :
21
21
name : Lighthouse
22
22
runs-on : ubuntu-latest
@@ -27,14 +27,14 @@ jobs:
27
27
uses : actions/setup-node@v3
28
28
with :
29
29
node-version : ' 16'
30
- - uses : actions/cache@v2
30
+ - uses : actions/cache@v3
31
31
with :
32
32
path : ~/.npm
33
33
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
34
34
restore-keys : |
35
35
${{ runner.os }}-node-
36
36
- name : Cache build
37
- uses : actions/cache@v2
37
+ uses : actions/cache@v3
38
38
with :
39
39
path : .cache/webpack
40
40
key : ${{ runner.os }}-build-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
16
16
uses : actions/setup-node@v3
17
17
with :
18
18
node-version : ' 16'
19
- - uses : actions/cache@v2
19
+ - uses : actions/cache@v3
20
20
with :
21
21
path : ~/.npm
22
22
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
23
23
restore-keys : |
24
24
${{ runner.os }}-node-
25
25
- name : Cache build
26
- uses : actions/cache@v2
26
+ uses : actions/cache@v3
27
27
with :
28
28
path : .cache/webpack
29
29
key : ${{ runner.os }}-build-${{ hashFiles('**/package-lock.json') }}
36
36
npm run build
37
37
sed -i "s/#DEVELOPMENT_BUILD#/$(git rev-parse --short ${{ github.sha }})/g" ./_site/script.js
38
38
- name : Deploy
39
- uses : JamesIves/github-pages-deploy-action@v4.2.5
39
+ uses : JamesIves/github-pages-deploy-action@v4.3.3
40
40
with :
41
41
branch : gh-pages
42
42
folder : _site
Original file line number Diff line number Diff line change 12
12
uses : actions/setup-node@v3
13
13
with :
14
14
node-version : ' 16'
15
- - uses : actions/cache@v2
15
+ - uses : actions/cache@v3
16
16
with :
17
17
path : ~/.npm
18
18
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -32,21 +32,21 @@ jobs:
32
32
uses : actions/setup-node@v3
33
33
with :
34
34
node-version : ' 16'
35
- - uses : actions/cache@v2
35
+ - uses : actions/cache@v3
36
36
with :
37
37
path : ~/.npm
38
38
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
39
39
restore-keys : |
40
40
${{ runner.os }}-node-
41
41
- name : Cache build
42
- uses : actions/cache@v2
42
+ uses : actions/cache@v3
43
43
with :
44
44
path : .cache/webpack
45
45
key : ${{ runner.os }}-build-${{ hashFiles('**/package-lock.json') }}
46
46
restore-keys : |
47
47
${{ runner.os }}-build-
48
48
- name : Cache Jest
49
- uses : actions/cache@v2
49
+ uses : actions/cache@v3
50
50
with :
51
51
path : .cache/jest
52
52
key : ${{ runner.os }}-jest-${{ hashFiles('package-lock.json') }}-${{ github.run_number }}
Original file line number Diff line number Diff line change 1
- FROM node:17 -alpine
1
+ FROM node:18 -alpine
2
2
3
3
# Install system dependencies and development tools
4
4
RUN apk add --no-cache \
Original file line number Diff line number Diff line change 25
25
"test:unit" : " cross-env TEST_ENV=unit jest"
26
26
},
27
27
"devDependencies" : {
28
- "@babel/core" : " 7.17.5 " ,
28
+ "@babel/core" : " 7.17.9 " ,
29
29
"@babel/preset-env" : " 7.16.11" ,
30
30
"anywhere" : " 1.5.0" ,
31
- "autoprefixer" : " 10.4.2 " ,
32
- "babel-jest" : " 27.5 .1" ,
31
+ "autoprefixer" : " 10.4.5 " ,
32
+ "babel-jest" : " 28.0 .1" ,
33
33
"copy-webpack-plugin" : " 10.2.4" ,
34
34
"cross-env" : " 7.0.3" ,
35
- "css-loader" : " 6.7.0 " ,
35
+ "css-loader" : " 6.7.1 " ,
36
36
"css-minimizer-webpack-plugin" : " 3.4.1" ,
37
37
"get-relative-luminance" : " 1.0.0" ,
38
38
"html-webpack-plugin" : " 5.5.0" ,
39
39
"husky" : " 7.0.4" ,
40
40
"is-ci" : " 3.0.1" ,
41
- "jest" : " 27.5 .1" ,
41
+ "jest" : " 28.0 .1" ,
42
42
"jest-puppeteer" : " 6.1.0" ,
43
43
"mini-css-extract-plugin" : " 2.6.0" ,
44
44
"npm-run-all" : " 4.1.5" ,
45
- "postcss" : " 8.4.8 " ,
45
+ "postcss" : " 8.4.12 " ,
46
46
"postcss-flexbugs-fixes" : " 5.0.2" ,
47
47
"postcss-loader" : " 6.2.1" ,
48
- "prettier" : " 2.5.1 " ,
48
+ "prettier" : " 2.6.2 " ,
49
49
"pug" : " 3.0.2" ,
50
50
"pug-loader" : " 2.4.0" ,
51
- "puppeteer" : " 13.4.1 " ,
52
- "webpack" : " 5.70 .0" ,
51
+ "puppeteer" : " 13.6.0 " ,
52
+ "webpack" : " 5.72 .0" ,
53
53
"webpack-cli" : " 4.9.2"
54
54
},
55
55
"engine" : {
You can’t perform that action at this time.
0 commit comments