We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73cd394 commit 47a1db1Copy full SHA for 47a1db1
.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 12.x
0 commit comments