We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080e56d commit d86ad8cCopy full SHA for d86ad8c
.github/workflows/ci.yml
@@ -17,12 +17,12 @@ jobs:
17
# This workflow contains a single job called "build"
18
build:
19
# The type of runner that the job will run on
20
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
21
22
# Steps represent a sequence of tasks that will be executed as part of the job
23
steps:
24
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
26
- name: Install dependencies
27
run: npm install
28
- name: Test & check coverage
0 commit comments