We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea8b05 commit 560024aCopy full SHA for 560024a
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- os: [ubuntu-18.04]
+ os: [ubuntu-latest]
15
node-version: [14.x, 16.x, 18.x]
16
17
steps:
@@ -31,7 +31,7 @@ jobs:
31
32
package:
33
needs: [build]
34
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
35
36
- uses: actions/checkout@v2
37
- name: Use Node.js 14.x
@@ -54,7 +54,7 @@ jobs:
54
publish:
55
name: "Publish to GitHub Packages"
56
needs: [package]
57
58
if: github.repository_owner == 'aaronpowell' # && github.token != ''
59
60
- name: Upload
0 commit comments