We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83ab32 commit 60d8484Copy full SHA for 60d8484
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
timeout-minutes: 10
9
strategy:
10
matrix:
11
- node-version: [16.x]
+ node-version: [18.x]
12
steps:
13
- uses: actions/checkout@v3
14
- name: Use Node.js ${{ matrix.node-version }}
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
bundler: [webpack, browserify]
46
47
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
84
0 commit comments