Skip to content

Add "last updated" timestamp, improve sea level and sea ice minimum c… #43

Add "last updated" timestamp, improve sea level and sea ice minimum c…

Add "last updated" timestamp, improve sea level and sea ice minimum c… #43

Workflow file for this run

name: Tests
on:
push:
branches:
- "*"
- "*/*"
- "dependabot/*/*/*"
- "!main"
jobs:
Test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: npm install and build
run: |
npm ci
npm run build
- name: test
run: |
npm run test