Update GH actions (#1)

This commit is contained in:
Lars Strojny 2022-11-08 00:20:19 +01:00 committed by GitHub
parent f1b48575cb
commit aa8a6c10d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@ jobs:
strategy:
matrix:
# the Node.js versions to build on
node-version: [12.x, 13.x, 14.x, 15.x, 16.x]
node-version: [13.x, 14.x, 15.x, 16.x, 17.x, 18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}