We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9b394 commit a6ea5e2Copy full SHA for a6ea5e2
.github/workflows/nodejs.yml
@@ -3,7 +3,7 @@ name: Node CI
3
on: push
4
jobs:
5
build:
6
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
7
steps:
8
- uses: actions/checkout@v2
9
- name: Use Node.js 14.x
0 commit comments