Skip to content

Commit d86ad8c

Browse files
committed
update CI workflow to use Ubuntu 22.04 and actions/checkout@v4
1 parent 080e56d commit d86ad8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
# This workflow contains a single job called "build"
1818
build:
1919
# The type of runner that the job will run on
20-
runs-on: ubuntu-18.04
20+
runs-on: ubuntu-22.04
2121

2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
- name: Install dependencies
2727
run: npm install
2828
- name: Test & check coverage

0 commit comments

Comments
 (0)