Skip to content

Commit

Permalink
Update tests.yml to use the latest LTS version of Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr authored Jan 11, 2025
1 parent 87e6a43 commit 3e65a30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: build and tests
name: build and test

on: [push]

jobs:
build:
build-and-test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [lts/*]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3e65a30

Please sign in to comment.